home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / menuts / e4dv204.arj / TEMPLATE.C < prev    next >
C/C++ Source or Header  |  1993-06-14  |  172b  |  16 lines

  1. #include <stdlib.h>
  2. #include <stdio.h>
  3. #include <string.h>
  4.  
  5. /* Prototypes */
  6.  
  7.  
  8. /* End of Prototypes */
  9.  
  10. int main(int argc, char * argv[])
  11. {
  12.     
  13.  
  14.     return 0;    
  15. }
  16.